From: Lance Lin Date: Wed, 13 Apr 2022 12:44:02 +0000 (+0700) Subject: Fixed typo, forgot 'id' command X-Git-Tag: archive/raspbian/3.6.9-4+rpi1^2~103 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22%22/%22http:/www.example.com/cgi/%22https:/%22%22?a=commitdiff_plain;h=4515e6c2538b09e0cbf7b318a04ec61c5dc76dc2;p=dcmtk.git Fixed typo, forgot 'id' command --- diff --git a/debian/dcmtk.postrm b/debian/dcmtk.postrm index 17d01187..5a493f48 100644 --- a/debian/dcmtk.postrm +++ b/debian/dcmtk.postrm @@ -16,7 +16,7 @@ if [ "$1" = "purge" ] ; then fi # Remove dcmtk user/group if they exist on cleanup -if -u "dcmtk" > /dev/null 2>&1; then +if id -u "dcmtk" > /dev/null 2>&1; then echo "Removing 'dcmtk' user and group from the system...\n" userdel dcmtk fi